home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
os30
/
util
/
alerttimer10.lha
/
MakeAlert.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1993-01-10
|
189 b
|
9 lines
move.l #$35000001,d7 ;Alert code: subsystem id = application,
suba.l a5,a5 ;error code = 1
move.l 4.w,a6 ;execbase
jsr -108(a6) ;Alert function called
clr.l d0 ;returned OK
rts